home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / dev / src / stefanb_src.lha / Old_Projects / ToolManager / Source / locale / toolmanager.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-15  |  11.3 KB  |  308 lines

  1. #ifndef LOCALE_TOOLMANAGER_H
  2. #define LOCALE_TOOLMANAGER_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7.  
  8. /* This file was created automatically by CatComp.
  9.  * Do NOT edit by hand!
  10.  */
  11.  
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #ifdef CATCOMP_ARRAY
  18. #undef CATCOMP_NUMBERS
  19. #undef CATCOMP_STRINGS
  20. #define CATCOMP_NUMBERS
  21. #define CATCOMP_STRINGS
  22. #endif
  23.  
  24. #ifdef CATCOMP_BLOCK
  25. #undef CATCOMP_STRINGS
  26. #define CATCOMP_STRINGS
  27. #endif
  28.  
  29.  
  30. /****************************************************************************/
  31.  
  32.  
  33. #ifdef CATCOMP_NUMBERS
  34.  
  35. #define MSG_WINDOW_TOP_GAD 0
  36. #define MSG_WINDOW_UP_GAD 1
  37. #define MSG_WINDOW_DOWN_GAD 2
  38. #define MSG_WINDOW_BOTTOM_GAD 3
  39. #define MSG_WINDOW_REMOVE_GAD 4
  40. #define MSG_WINDOW_NAME_GAD 5
  41. #define MSG_WINDOW_COMMAND_GAD 6
  42. #define MSG_WINDOW_HOTKEY_GAD 7
  43. #define MSG_WINDOW_PUBSCREEN_GAD 8
  44. #define MSG_WINDOW_POSITION_OPEN_LABEL 9
  45. #define MSG_WINDOW_POSITION_CLOSE_LABEL 10
  46. #define MSG_WINDOW_LEFTEDGE_GAD 11
  47. #define MSG_WINDOW_TOPEDGE_GAD 12
  48. #define MSG_WINDOW_EXEC_GAD 13
  49. #define MSG_WINDOW_IMAGE_GAD 14
  50. #define MSG_WINDOW_SOUND_GAD 15
  51. #define MSG_WINDOW_OK_GAD 16
  52. #define MSG_WINDOW_CANCEL_GAD 17
  53. #define MSG_MAINWIN_TITLE 18
  54. #define MSG_MAINWIN_TYPE_GAD 19
  55. #define MSG_MAINWIN_TYPE_EXEC_CYCLE_LABEL 20
  56. #define MSG_MAINWIN_TYPE_IMAGE_CYCLE_LABEL 21
  57. #define MSG_MAINWIN_TYPE_SOUND_CYCLE_LABEL 22
  58. #define MSG_MAINWIN_TYPE_MENU_CYCLE_LABEL 23
  59. #define MSG_MAINWIN_TYPE_ICON_CYCLE_LABEL 24
  60. #define MSG_MAINWIN_TYPE_DOCK_CYCLE_LABEL 25
  61. #define MSG_MAINWIN_TYPE_ACCESS_CYCLE_LABEL 26
  62. #define MSG_MAINWIN_LIST_GAD 27
  63. #define MSG_MAINWIN_SORT_GAD 28
  64. #define MSG_MAINWIN_NEW_GAD 29
  65. #define MSG_MAINWIN_EDIT_GAD 30
  66. #define MSG_MAINWIN_COPY_GAD 31
  67. #define MSG_MAINWIN_SAVE_GAD 32
  68. #define MSG_MAINWIN_USE_GAD 33
  69. #define MSG_MAINWIN_TEST_GAD 34
  70. #define MSG_MAINWIN_PROJECT_MENU_LABEL 35
  71. #define MSG_MAINWIN_OPEN_MENU_LABEL 36
  72. #define MSG_MAINWIN_OPEN_MENU_SHORTCUT 37
  73. #define MSG_MAINWIN_APPEND_MENU_LABEL 38
  74. #define MSG_MAINWIN_SAVEAS_MENU_LABEL 39
  75. #define MSG_MAINWIN_SAVEAS_MENU_SHORTCUT 40
  76. #define MSG_MAINWIN_ABOUT_MENU_LABEL 41
  77. #define MSG_MAINWIN_QUIT_MENU_LABEL 42
  78. #define MSG_MAINWIN_QUIT_MENU_SHORTCUT 43
  79. #define MSG_MAINWIN_EDIT_MENU_LABEL 44
  80. #define MSG_MAINWIN_LASTSAVED_MENU_LABEL 45
  81. #define MSG_MAINWIN_LASTSAVED_MENU_SHORTCUT 46
  82. #define MSG_MAINWIN_RESTORE_MENU_LABEL 47
  83. #define MSG_MAINWIN_RESTORE_MENU_SHORTCUT 48
  84. #define MSG_MAINWIN_SETTINGS_MENU_LABEL 49
  85. #define MSG_MAINWIN_CREATEICONS_MENU_LABEL 50
  86. #define MSG_MAINWIN_CREATEICONS_MENU_SHORTCUT 51
  87. #define MSG_MAINWIN_WRITE_ERROR 52
  88. #define MSG_EXECWIN_TITLE 53
  89. #define MSG_EXECWIN_NEWNAME 54
  90. #define MSG_EXECWIN_EXECTYPE_GAD 55
  91. #define MSG_EXECWIN_CURRENTDIR_GAD 56
  92. #define MSG_EXECWIN_OUTPUT_GAD 57
  93. #define MSG_EXECWIN_PATH_GAD 58
  94. #define MSG_EXECWIN_STACK_GAD 59
  95. #define MSG_EXECWIN_PRIORITY_GAD 60
  96. #define MSG_EXECWIN_DELAY_GAD 61
  97. #define MSG_EXECWIN_ARGUMENTS_GAD 62
  98. #define MSG_EXECWIN_TOFRONT_GAD 63
  99. #define MSG_IMAGEWIN_TITLE 64
  100. #define MSG_IMAGEWIN_NEWNAME 65
  101. #define MSG_IMAGEWIN_FILE_GAD 66
  102. #define MSG_SOUNDWIN_TITLE 67
  103. #define MSG_SOUNDWIN_NEWNAME 68
  104. #define MSG_SOUNDWIN_AREXX_GAD 69
  105. #define MSG_MENUWIN_TITLE 70
  106. #define MSG_MENUWIN_NEWNAME 71
  107. #define MSG_ICONWIN_TITLE 72
  108. #define MSG_ICONWIN_NEWNAME 73
  109. #define MSG_ICONWIN_SHOWNAME_GAD 74
  110. #define MSG_DOCKWIN_TITLE 75
  111. #define MSG_DOCKWIN_NEWNAME 76
  112. #define MSG_DOCKWIN_TITLE_GAD 77
  113. #define MSG_DOCKWIN_COLUMNS_GAD 78
  114. #define MSG_DOCKWIN_FONT_GAD 79
  115. #define MSG_DOCKWIN_ACTIVATED_GAD 80
  116. #define MSG_DOCKWIN_BACKDROP_GAD 81
  117. #define MSG_DOCKWIN_CENTERED_GAD 82
  118. #define MSG_DOCKWIN_FRONTMOST_GAD 83
  119. #define MSG_DOCKWIN_MENU_GAD 84
  120. #define MSG_DOCKWIN_PATTERN_GAD 85
  121. #define MSG_DOCKWIN_POPUP_GAD 86
  122. #define MSG_DOCKWIN_STICKY_GAD 87
  123. #define MSG_DOCKWIN_TEXT_GAD 88
  124. #define MSG_DOCKWIN_VERTICAL_GAD 89
  125. #define MSG_DOCKWIN_EDITTOOLS_GAD 90
  126. #define MSG_DOCKLISTWIN_TITLE 91
  127. #define MSG_DOCKLISTWIN_TOOLS_GAD 92
  128. #define MSG_DOCKLISTWIN_NEW_GAD 93
  129. #define MSG_ACCESSWIN_TITLE 94
  130. #define MSG_ACCESSWIN_NEWNAME 95
  131. #define MSG_ACCESSWIN_ENTRIES_GAD 96
  132. #define MSG_ACCESSWIN_ADD_GAD 97
  133. #define MSG_SELECTWIN_TITLE 98
  134. #define MSG_SELECTWIN_OBJECT_GAD 99
  135. #define MSG_SELECTWIN_MENU_MX_LABEL 100
  136. #define MSG_SELECTWIN_ICON_MX_LABEL 101
  137. #define MSG_SELECTWIN_MENUICON_MX_LABEL 102
  138. #define MSG_MOVEWIN_DRAG_GAD 103
  139. #define MSG_FILEREQ_TITLE_FILE 104
  140. #define MSG_FILEREQ_TITLE_DRAWER 105
  141. #define MSG_FILEREQ_OK_GAD 106
  142. #define MSG_FILEREQ_SAVE_GAD 107
  143. #define MSG_FILEREQ_CANCEL_GAD 108
  144. #define MSG_FONTREQ_TITLE 109
  145. #define MSG_LISTREQ_TITLE_EXEC 110
  146. #define MSG_LISTREQ_TITLE_IMAGE 111
  147. #define MSG_LISTREQ_TITLE_SOUND 112
  148. #define MSG_LISTREQ_TITLE_DOCK 113
  149. #define MSG_LISTREQ_TITLE_PUBSCREEN 114
  150. #define MSG_HOSTREQ_TITLE 115
  151. #define MSG_HANDLER_COMMODITIES_DESCRIPTION 116
  152. #define MSG_HANDLER_DOCK_MENU_LABEL 117
  153. #define MSG_HANDLER_CLOSE_MENU_LABEL 118
  154. #define MSG_HANDLER_CLOSE_MENU_SHORTCUT 119
  155. #define MSG_HANDLER_QUIT_MENU_LABEL 120
  156. #define MSG_HANDLER_QUIT_MENU_SHORTCUT 121
  157. #define MSG_UTILITIES_QUITREQ_TEXT 122
  158. #define MSG_UTILITIES_QUITREQ_GAD 123
  159.  
  160. #endif /* CATCOMP_NUMBERS */
  161.  
  162.  
  163. /****************************************************************************/
  164.  
  165.  
  166. #ifdef CATCOMP_STRINGS
  167.  
  168. #define MSG_WINDOW_TOP_GAD_STR "Top"
  169. #define MSG_WINDOW_UP_GAD_STR "Up"
  170. #define MSG_WINDOW_DOWN_GAD_STR "Down"
  171. #define MSG_WINDOW_BOTTOM_GAD_STR "Bottom"
  172. #define MSG_WINDOW_REMOVE_GAD_STR "Remove"
  173. #define MSG_WINDOW_NAME_GAD_STR "Object _Name"
  174. #define MSG_WINDOW_COMMAND_GAD_STR "Co_mmand"
  175. #define MSG_WINDOW_HOTKEY_GAD_STR "_Hot Key"
  176. #define MSG_WINDOW_PUBSCREEN_GAD_STR "_Public Screen"
  177. #define MSG_WINDOW_POSITION_OPEN_LABEL_STR "Open Position Window..."
  178. #define MSG_WINDOW_POSITION_CLOSE_LABEL_STR "Close Position Window"
  179. #define MSG_WINDOW_LEFTEDGE_GAD_STR "_Left Edge"
  180. #define MSG_WINDOW_TOPEDGE_GAD_STR "_Top Edge"
  181. #define MSG_WINDOW_EXEC_GAD_STR "_Exec Object..."
  182. #define MSG_WINDOW_IMAGE_GAD_STR "_Image Object..."
  183. #define MSG_WINDOW_SOUND_GAD_STR "_Sound Object..."
  184. #define MSG_WINDOW_OK_GAD_STR "_OK"
  185. #define MSG_WINDOW_CANCEL_GAD_STR "_Cancel"
  186. #define MSG_MAINWIN_TITLE_STR "ToolManager Preferences"
  187. #define MSG_MAINWIN_TYPE_GAD_STR "_Object Type"
  188. #define MSG_MAINWIN_TYPE_EXEC_CYCLE_LABEL_STR "Exec"
  189. #define MSG_MAINWIN_TYPE_IMAGE_CYCLE_LABEL_STR "Image"
  190. #define MSG_MAINWIN_TYPE_SOUND_CYCLE_LABEL_STR "Sound"
  191. #define MSG_MAINWIN_TYPE_MENU_CYCLE_LABEL_STR "Menu"
  192. #define MSG_MAINWIN_TYPE_ICON_CYCLE_LABEL_STR "Icon"
  193. #define MSG_MAINWIN_TYPE_DOCK_CYCLE_LABEL_STR "Dock"
  194. #define MSG_MAINWIN_TYPE_ACCESS_CYCLE_LABEL_STR "Access"
  195. #define MSG_MAINWIN_LIST_GAD_STR "Object List"
  196. #define MSG_MAINWIN_SORT_GAD_STR "So_rt"
  197. #define MSG_MAINWIN_NEW_GAD_STR "_New..."
  198. #define MSG_MAINWIN_EDIT_GAD_STR "_Edit..."
  199. #define MSG_MAINWIN_COPY_GAD_STR "Co_py"
  200. #define MSG_MAINWIN_SAVE_GAD_STR "_Save"
  201. #define MSG_MAINWIN_USE_GAD_STR "_Use"
  202. #define MSG_MAINWIN_TEST_GAD_STR "_Test"
  203. #define MSG_MAINWIN_PROJECT_MENU_LABEL_STR "Project"
  204. #define MSG_MAINWIN_OPEN_MENU_LABEL_STR "Open..."
  205. #define MSG_MAINWIN_OPEN_MENU_SHORTCUT_STR "O"
  206. #define MSG_MAINWIN_APPEND_MENU_LABEL_STR "Append..."
  207. #define MSG_MAINWIN_SAVEAS_MENU_LABEL_STR "Save As..."
  208. #define MSG_MAINWIN_SAVEAS_MENU_SHORTCUT_STR "A"
  209. #define MSG_MAINWIN_ABOUT_MENU_LABEL_STR "About..."
  210. #define MSG_MAINWIN_QUIT_MENU_LABEL_STR "Quit"
  211. #define MSG_MAINWIN_QUIT_MENU_SHORTCUT_STR "Q"
  212. #define MSG_MAINWIN_EDIT_MENU_LABEL_STR "Edit"
  213. #define MSG_MAINWIN_LASTSAVED_MENU_LABEL_STR "Last Saved"
  214. #define MSG_MAINWIN_LASTSAVED_MENU_SHORTCUT_STR "L"
  215. #define MSG_MAINWIN_RESTORE_MENU_LABEL_STR "Restore"
  216. #define MSG_MAINWIN_RESTORE_MENU_SHORTCUT_STR "R"
  217. #define MSG_MAINWIN_SETTINGS_MENU_LABEL_STR "Settings"
  218. #define MSG_MAINWIN_CREATEICONS_MENU_LABEL_STR "Create Icons?"
  219. #define MSG_MAINWIN_CREATEICONS_MENU_SHORTCUT_STR "I"
  220. #define MSG_MAINWIN_WRITE_ERROR_STR "Couldn't write to file '%s'!"
  221. #define MSG_EXECWIN_TITLE_STR "Edit Exec Object"
  222. #define MSG_EXECWIN_NEWNAME_STR "New Exec Object"
  223. #define MSG_EXECWIN_EXECTYPE_GAD_STR "_Exec Type"
  224. #define MSG_EXECWIN_CURRENTDIR_GAD_STR "Current _Directory"
  225. #define MSG_EXECWIN_OUTPUT_GAD_STR "O_utput File"
  226. #define MSG_EXECWIN_PATH_GAD_STR "Pa_th"
  227. #define MSG_EXECWIN_STACK_GAD_STR "_Stack"
  228. #define MSG_EXECWIN_PRIORITY_GAD_STR "P_riority"
  229. #define MSG_EXECWIN_DELAY_GAD_STR "Dela_y"
  230. #define MSG_EXECWIN_ARGUMENTS_GAD_STR "_Arguments"
  231. #define MSG_EXECWIN_TOFRONT_GAD_STR "To _Front"
  232. #define MSG_IMAGEWIN_TITLE_STR "Edit Image Object"
  233. #define MSG_IMAGEWIN_NEWNAME_STR "New Image Object"
  234. #define MSG_IMAGEWIN_FILE_GAD_STR "_File Name"
  235. #define MSG_SOUNDWIN_TITLE_STR "Edit Sound Object"
  236. #define MSG_SOUNDWIN_NEWNAME_STR "New Sound Object"
  237. #define MSG_SOUNDWIN_AREXX_GAD_STR "_ARexx Port"
  238. #define MSG_MENUWIN_TITLE_STR "Edit Menu Object"
  239. #define MSG_MENUWIN_NEWNAME_STR "New Menu Object"
  240. #define MSG_ICONWIN_TITLE_STR "Edit Icon Object"
  241. #define MSG_ICONWIN_NEWNAME_STR "New Icon Object"
  242. #define MSG_ICONWIN_SHOWNAME_GAD_STR "S_how Name"
  243. #define MSG_DOCKWIN_TITLE_STR "Edit Dock Object"
  244. #define MSG_DOCKWIN_NEWNAME_STR "New Dock Object"
  245. #define MSG_DOCKWIN_TITLE_GAD_STR "_Window Title"
  246. #define MSG_DOCKWIN_COLUMNS_GAD_STR "Column_s"
  247. #define MSG_DOCKWIN_FONT_GAD_STR "_Font..."
  248. #define MSG_DOCKWIN_ACTIVATED_GAD_STR "Act_ivated"
  249. #define MSG_DOCKWIN_BACKDROP_GAD_STR "_Backdrop"
  250. #define MSG_DOCKWIN_CENTERED_GAD_STR "Centere_d"
  251. #define MSG_DOCKWIN_FRONTMOST_GAD_STR "F_rontmost"
  252. #define MSG_DOCKWIN_MENU_GAD_STR "_Menu"
  253. #define MSG_DOCKWIN_PATTERN_GAD_STR "P_attern"
  254. #define MSG_DOCKWIN_POPUP_GAD_STR "Pop _Up"
  255. #define MSG_DOCKWIN_STICKY_GAD_STR "Stick_y"
  256. #define MSG_DOCKWIN_TEXT_GAD_STR "Te_xt"
  257. #define MSG_DOCKWIN_VERTICAL_GAD_STR "_Vertical"
  258. #define MSG_DOCKWIN_EDITTOOLS_GAD_STR "_Edit Tools List..."
  259. #define MSG_DOCKLISTWIN_TITLE_STR "Edit Tools List"
  260. #define MSG_DOCKLISTWIN_TOOLS_GAD_STR "Tool List"
  261. #define MSG_DOCKLISTWIN_NEW_GAD_STR "_New"
  262. #define MSG_ACCESSWIN_TITLE_STR "Edit Access Object"
  263. #define MSG_ACCESSWIN_NEWNAME_STR "New Access Object"
  264. #define MSG_ACCESSWIN_ENTRIES_GAD_STR "Exec objects"
  265. #define MSG_ACCESSWIN_ADD_GAD_STR "_Add"
  266. #define MSG_SELECTWIN_TITLE_STR "Create objects"
  267. #define MSG_SELECTWIN_OBJECT_GAD_STR "O_bjects to create"
  268. #define MSG_SELECTWIN_MENU_MX_LABEL_STR "Exec & Menu"
  269. #define MSG_SELECTWIN_ICON_MX_LABEL_STR "Exec, Image & Icon"
  270. #define MSG_SELECTWIN_MENUICON_MX_LABEL_STR "Exec, Image, Menu & Icon"
  271. #define MSG_MOVEWIN_DRAG_GAD_STR "Move me!"
  272. #define MSG_FILEREQ_TITLE_FILE_STR "Select File"
  273. #define MSG_FILEREQ_TITLE_DRAWER_STR "Select Drawer"
  274. #define MSG_FILEREQ_OK_GAD_STR "Ok"
  275. #define MSG_FILEREQ_SAVE_GAD_STR "Save"
  276. #define MSG_FILEREQ_CANCEL_GAD_STR "Cancel"
  277. #define MSG_FONTREQ_TITLE_STR "Choose Font"
  278. #define MSG_LISTREQ_TITLE_EXEC_STR "Choose Exec Object"
  279. #define MSG_LISTREQ_TITLE_IMAGE_STR "Choose Image Object"
  280. #define MSG_LISTREQ_TITLE_SOUND_STR "Choose Sound Object"
  281. #define MSG_LISTREQ_TITLE_DOCK_STR "Choose Dock Object"
  282. #define MSG_LISTREQ_TITLE_PUBSCREEN_STR "Choose Public Screen"
  283. #define MSG_HOSTREQ_TITLE_STR "Choose Host/Realm Name"
  284. #define MSG_HANDLER_COMMODITIES_DESCRIPTION_STR "Extends Workbench's usability"
  285. #define MSG_HANDLER_DOCK_MENU_LABEL_STR "Dock Menu"
  286. #define MSG_HANDLER_CLOSE_MENU_LABEL_STR "Close Dock"
  287. #define MSG_HANDLER_CLOSE_MENU_SHORTCUT_STR "C"
  288. #define MSG_HANDLER_QUIT_MENU_LABEL_STR "Quit TM"
  289. #define MSG_HANDLER_QUIT_MENU_SHORTCUT_STR "Q"
  290. #define MSG_UTILITIES_QUITREQ_TEXT_STR "Quit ToolManager?"
  291. #define MSG_UTILITIES_QUITREQ_GAD_STR "Yes|No"
  292.  
  293. #endif /* CATCOMP_STRINGS */
  294.  
  295.  
  296. /****************************************************************************/
  297.  
  298.  
  299. struct LocaleInfo
  300. {
  301.     APTR li_LocaleBase;
  302.     APTR li_Catalog;
  303. };
  304.  
  305.  
  306.  
  307. #endif /* LOCALE_TOOLMANAGER_H */
  308.